home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 07 - 1991 / 07.02 Feb 91 / 4D Graphics Source / Text.Worksheet < prev    next >
Encoding:
Text File  |  1989-05-31  |  611 b   |  26 lines  |  [TEXT/MPS ]

  1. WorkSheet commands;
  2.  
  3. #      >>>>>>>>>Set Directory first <<<<<<<<<<<<<<<<
  4. #      >>>>>>>>>Fix indicated spots<<<<<<<<<<<<<<<<<
  5. #      >>>>>>>>>REMOVE COMMENTS <<<<<<<<<<<<<<<<<<<<
  6.  
  7. Pascal Text.p
  8. #      Fix ^
  9.  
  10. Link -w -p Text.p.o ∂
  11. #          Fix ^
  12.  
  13. "{Libraries}"Runtime.o ∂
  14. "{Libraries}"Interface.o ∂
  15. "{PLibraries}"PasLib.o ∂
  16. -m TEXTSET ∂
  17. #    Fix ^  use ALL CAPS with the PROCEDURE's name,not the unit's
  18.  
  19. -rt 4DEX=16114 ∂
  20. #Fix ^     be sure 4D is the name of 4th Dimension, or change it here
  21.  
  22. -sg Main2 ∂
  23. -sn "Main2=Text(&I;&I;&I;&I)" ∂
  24. #          Fix ^      Fix ^  with proper variable list
  25.  
  26. -o Proc.Ext(Text)